Python v3.7 HowTos:
Get the identity of an object
Check if a string is numeric
x = b'Abc' print(list(x))
Output:
[65, 98, 99]
See also
https://www.w3resource.com/python-exercises/python-basic-exercise-94.php